ポップアップを別の System.Windows.FrameworkElement に相対的にします。
シンタックス
'宣言
Public Overloads Shared Sub MakeRelative( _
ByVal As System.Windows.Controls.Primitives.Popup, _
ByVal As System.Windows.FrameworkElement, _
ByVal As System.Func(Of List(Of AnchorMatching)), _
ByVal As System.Func(Of Point), _
ByVal As System.Func(Of Point) _
)
public static void MakeRelative(
System.Windows.Controls.Primitives.Popup ,
System.Windows.FrameworkElement ,
System.Func<List<AnchorMatching>> ,
System.Func<Point> ,
System.Func<Point>
)
パラメータ
- popup
- 処理する System.Windows.Controls.Primitives.Popup。
- relativeElement
- ポップアップの配置に使用される要素。
- getLocations
- 2つの要素の境界を示すコーナーを定義する AnchorMatching の順序付きリストを提供する関数。
- getPosition
- ポップアップの現在の位置を取得する関数。
- getReferencePosition
- 参照要素の現在の位置を取得する関数。
参照